home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_include / ASM-ARM / VT.H < prev   
C/C++ Source or Header  |  1999-09-17  |  217b  |  9 lines

  1. #ifndef _ASMARM_VT_H
  2. #define _ASMARM_VT_H
  3.  
  4. #define VT_GETSCRINFO    0x56FD    /* get screen info */
  5. #define VT_GETPALETTE    0x56FE  /* get palette */
  6. #define VT_SETPALETTE    0x56FF  /* set palette */
  7.  
  8. #endif /* _ASMARM_VT_H */
  9.